P7R2#sh run
Building configuration...



Current configuration : 3675 bytes
!
version 12.2
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname P7R2
!
logging rate-limit console 10 except errors
!
ip subnet-zero
no ip finger
no ip domain-lookup
!
ip multicast-routing
no ip dhcp-client network-discovery
frame-relay de-list 1 protocol ip list 105
isdn switch-type basic-ni
!
!
dlsw local-peer peer-id 155.7.32.34 promiscuous
dlsw remote-peer 0 frame-relay interface Serial0 125 passive
dlsw remote-peer 0 tcp 155.7.60.6 keepalive 0 timeout 90 dynamic
dlsw bridge-group 1
!
!
interface Loopback0
 ip address 161.7.133.2 255.255.255.240
!
interface Loopback1
 ip address 161.7.133.17 255.255.255.240
!
interface Ethernet0
 ip address 155.7.20.2 255.255.255.240
 ip rip send version 2
 ip rip receive version 2
 ip pim sparse-mode
 bridge-group 1
!
interface Serial0
 ip address 155.7.32.34 255.255.255.248
 ip pim sparse-mode
 encapsulation frame-relay
 ip ospf message-digest-key 1 md5 cisco
 ip ospf hello-interval 5
 ip ospf priority 0
 ip igmp join-group 227.123.123.123
 ip igmp join-group 234.34.34.34
 ip igmp static-group 227.123.123.123
 no fair-queue
 cdp enable
 frame-relay de-group 1 125
 frame-relay map dlsw 125 broadcast
 frame-relay map llc2  125 broadcast
 frame-relay map ip 155.7.32.35 125 broadcast IETF
 frame-relay map ip 155.7.32.37 125 broadcast IETF
 no frame-relay inverse-arp
!
interface Serial1
 ip address 155.7.26.2 255.255.255.252
 encapsulation ppp
 ip ospf authentication
 ip ospf authentication-key cisco
 custom-queue-list 1
 clockrate 64000
 ppp reliable-link
!
interface Serial2
 no ip address
 shutdown
!
interface Serial3
 no ip address
 shutdown
!
interface BRI0
 ip unnumbered Loopback0
 encapsulation ppp
 ip ospf demand-circuit
 dialer string 2020
 dialer-group 1
 isdn switch-type basic-ni
 isdn spid1 2019
 cdapi buffers regular 0
 cdapi buffers raw 0
 cdapi buffers large 0
!
router ospf 1
 router-id 2.2.2.2
 log-adjacency-changes
 area 0 authentication message-digest
 area 3 authentication
 redistribute rip metric 10 subnets
 network 155.7.26.0 0.0.0.3 area 3
 network 155.7.32.32 0.0.0.7 area 0
 network 161.7.133.0 0.0.0.255 area 3
!
router rip
 redistribute ospf 1 route-map OSPF2RIP
 passive-interface BRI0
 passive-interface Serial0
 passive-interface Serial1
 network 155.7.0.0
!
router bgp 200
 no synchronization
 bgp log-neighbor-changes
 network 155.7.26.0 mask 255.255.255.252
 neighbor 155.7.32.35 remote-as 200
 neighbor 155.7.32.35 route-reflector-client
 neighbor 155.7.32.37 remote-as 200
 neighbor 155.7.32.37 route-reflector-client
!
ip kerberos source-interface any
ip classless
ip route 155.7.60.6 255.255.255.255 BRI0
ip http server
ip pim rp-address 155.7.32.34 1
ip pim rp-address 155.7.32.37 2
!
logging 161.7.61.254
access-list 1 permit 227.123.123.123
access-list 2 permit 234.34.34.34
access-list 100 deny   ospf any any
access-list 100 permit ip any any
access-list 101 permit ip any 0.0.0.0 255.255.255.0
access-list 102 permit ip 155.7.0.0 0.0.255.255 any
access-list 105 deny   ospf any any
access-list 105 permit ip any any
queue-list 1 protocol ip 1 tcp telnet
queue-list 1 protocol ip 2 tcp www
queue-list 1 default 3
queue-list 1 queue 3 byte-count 4500
dialer-list 1 protocol ip list 100
route-map seriallink permit 20
!
route-map OSPF2RIP permit 10
 match ip address 101 102
 set metric 4
!
route-map OSPF2RIP permit 20
 match ip address 101
 set metric 2
!
!
bridge 1 protocol ieee
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
 transport input none
line aux 0
line vty 0 4
 exec-timeout 0 0
 privilege level 15
 logging synchronous
 no login
!
end

P7R2#